type github.com/jackc/pgx/v5/pgtype.wrapTimeEncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1490: 		return &wrapTimeEncodePlan{}, timeWrapper(value), true
		pgtype.go#L1646: type wrapTimeEncodePlan struct {
		pgtype.go#L1650: func (plan *wrapTimeEncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1652: func (plan *wrapTimeEncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {